home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <!DOCTYPE dialog SYSTEM "chrome://lastpass/locale/lastpass.dtd">
-
- <dialog id="LPEditFormFill2"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- buttons="accept,extra2,cancel,help"
- ondialogaccept="return LP.formfill_accept_click(document,window);"
- ondialogextra2="return LP.formfill_delete_click(document,window);"
- ondialogcancel="return LP.formfill_cancel_click(document,window);"
- ondialoghelp="LP.lpshowHelpDlg('formfill', window);"
- onload="LP.formfill_window_load(document,window);">
-
- <script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
-
- <vbox align="center" height="42">
- <image src="chrome://lastpass/skin/icon.png" width="225" height="36" />
- </vbox>
-
- <hbox flex="1">
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="100"/>
- </columns>
- <rows>
- <row>
- <label id="profilenamelabel" control="lpprofilename" />
- <textbox id="lpprofilename" minwidth="180"/>
- </row>
- </rows>
- </grid>
- <spacer height="10"/>
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="100"/>
- </columns>
- <rows>
- <row>
- <label id="profilelanglabel" control="lpprofilelanguage" />
- <menulist sizetopopup="always" id="lpprofilelanguage" oncommand="LP.formfill_retranslate(document,window);">
- <menupopup id="lpprofilelanguagepopup"/>
- </menulist>
- </row>
- </rows>
- </grid>
- </hbox>
-
- <spacer height="10"/>
-
- <tabbox>
- <tabs id="fftabs">
- <tab id="personalinfo"/>
- <tab id="contactinfo"/>
- <tab id="creditcardinfo"/>
- <tab id="bankaccountinfo"/>
- <tab id="customfields"/>
- <tab id="notes"/>
- </tabs>
- <tabpanels>
- <tabpanel>
- <vbox>
- <hbox flex="1">
-
-
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="100"/>
- </columns>
- <rows>
- <row>
- <label id="titlelabel" control="lptitle" />
- <menulist sizetopopup="always" id="lptitle">
- <menupopup id="lptitlepopup">
- <menuitem id="pleaseselect1" value=""/>
- <menuitem id="mr" value="mr"/>
- <menuitem id="mrs" value="mrs"/>
- <menuitem id="ms" value="ms"/>
- <menuitem id="dr" value="dr"/>
- </menupopup>
- </menulist>
- </row>
- <row>
- <label id="firstlabel" control="lpfirstname" />
- <textbox flex="1" id="lpfirstname"/>
- </row>
- <row>
- <label id="middlelabel" control="lpmiddlename" />
- <textbox flex="1" id="lpmiddlename"/>
- </row>
- <row>
- <label id="lastlabel" control="lplastname" />
- <textbox flex="1" id="lplastname"/>
- </row>
- <row>
- <label id="usernamelabel" control="lpusername" />
- <textbox id="lpusername"/>
- </row>
- <row>
- <label id="genderlabel" control="lpgender" />
- <menulist sizetopopup="always" id="lpgender">
- <menupopup id="lpgenderpopup">
- <menuitem id="pleaseselect2" value=""/>
- <menuitem id="male" value="m"/>
- <menuitem id="female" value="f"/>
- </menupopup>
- </menulist>
- </row>
- <row>
- <label id="birthdaylabel" control="lpbirthmonth" />
- <hbox>
- <menulist sizetopopup="always" id="lpbirthmonth" oncommand="LP.formfill_fix_birthday(document,window);">
- <menupopup id="lpbirthmonthpopup">
- <menuitem label="" value=""/>
- </menupopup>
- </menulist>
- <menulist id="lpbirthday" sizetopopup="always">
- <menupopup id="lpbirthdaypopup">
- <menuitem label="" value=""/>
- </menupopup>
- </menulist>
- <textbox id="lpbirthyear" size="4" maxlength="4" onchange="LP.formfill_fix_birthday(document,window);"/>
- </hbox>
- </row>
- <row>
- <label id="ssnlabel" control="lpssn" />
- <textbox id="lpssn" flex="1"/>
- </row>
- </rows>
- </grid>
-
- <spacer height="10"/>
-
-
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="100"/>
- </columns>
- <rows>
- <row>
- <label id="companylabel" control="lpcompany" />
- <textbox flex="1" id="lpcompany"/>
- </row>
- <row>
- <label id="addr1label" control="lpaddress1" />
- <textbox flex="1" id="lpaddress1"/>
- </row>
- <row>
- <label id="addr2label" control="lpaddress2" />
- <textbox flex="1" id="lpaddress2"/>
- </row>
- <row>
- <label id="addr3label" control="lpaddress3" />
- <textbox flex="1" id="lpaddress3"/>
- </row>
- <row>
- <label id="citylabel" control="lpcity" />
- <textbox flex="1" id="lpcity"/>
- </row>
- <row>
- <label id="countylabel" control="lpcounty" />
- <textbox flex="1" id="lpcounty"/>
- </row>
- <row>
- <label id="statelabel" control="lpstate" />
- <menulist sizetopopup="always" id="lpstate" editable="true">
- <menupopup id="lpstatepopup">
- <menuitem id="pleaseselect3" value=""/>
- </menupopup>
- </menulist>
- </row>
- <row>
- <label id="ziplabel" control="lpzip" />
- <textbox flex="1" id="lpzip"/>
- </row>
- <row>
- <label id="countrylabel" control="lpcountry" />
- <hbox>
- <menulist id="lpcountry">
- <menupopup id="lpcountrypopup">
- <menuitem id="pleaseselect4" value=""/>
- </menupopup>
- </menulist>
- </hbox>
- </row>
- <row>
- <label id="tzlabel" control="lptimezone" />
- <menulist sizetopopup="always" id="lptimezone">
- <menupopup id="lptimezonepopup">
- <menuitem id="pleaseselect5" value=""/>
- </menupopup>
- </menulist>
- </row>
- </rows>
- </grid>
- </hbox>
- </vbox>
- </tabpanel>
-
- <tabpanel>
- <vbox>
- <hbox flex="1">
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="100"/>
- </columns>
- <rows>
- <row>
- <label id="emaillabel" control="lpemail" />
- <textbox id="lpemail"/>
- </row>
- </rows>
- </grid>
- </hbox>
-
- <spacer height="10"/>
-
- <hbox flex="1">
-
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="100"/>
- </columns>
- <rows>
- <row>
- <label id="lpphone_label" />
- <groupbox>
- <caption id="groupcaptionphone"/>
- <textbox id="lpphone" flex="1"/>
- <menulist id="lpcountryphone" oncommand="LP.formfill_fix(document,'phone');">
- <menupopup id="lpcountryphonepopup">
- <menuitem id="pleaseselect6" value=""/>
- </menupopup>
- </menulist>
- <hbox>
- <hbox align="center" id="lpphone_dom">
- <label value="(" />
- <textbox id="lpphone_npa" size="3" maxlength="3" oninput="LP.formfill_npa_input(document,'phone');"/>
- <label value=")" />
- <textbox id="lpphone_nxx" size="3" maxlength="3" oninput="LP.formfill_nxx_input(document,'phone');"/>
- <label value="-" />
- <textbox id="lpphone_xxxx" size="4" maxlength="4" oninput="LP.formfill_xxxx_input(document,'phone');"/>
- </hbox>
- <hbox align="center" id="lpphone_int">
- <textbox id="lpphone_cc" disabled="true" size="3" maxlength="3"/>
- <textbox id="lpphone_intl" flex="1"/>
- </hbox>
- <label id="extlabel" control="lpphoneext"/>
- <textbox id="lpphoneext" size="4"/>
- </hbox>
- </groupbox>
- </row>
- <row>
- <label id="lpfax_label" />
- <groupbox>
- <caption id="groupcaptionfax"/>
- <textbox id="lpfax" flex="1"/>
- <menulist id="lpcountryfaxphone" oncommand="LP.formfill_fix(document,'fax');">
- <menupopup id="lpcountryfaxphonepopup">
- <menuitem id="pleaseselect7" value=""/>
- </menupopup>
- </menulist>
- <hbox>
- <hbox align="center" id="lpfax_dom">
- <label value="(" />
- <textbox id="lpfax_npa" size="3" maxlength="3" oninput="LP.formfill_npa_input(document,'fax');"/>
- <label value=")" />
- <textbox id="lpfax_nxx" size="3" maxlength="3" oninput="LP.formfill_nxx_input(document,'fax');"/>
- <label value="-" />
- <textbox id="lpfax_xxxx" size="4" maxlength="4" oninput="LP.formfill_xxxx_input(document,'fax');"/>
- </hbox>
- <hbox align="center" id="lpfax_int">
- <textbox id="lpfax_cc" disabled="true" size="3" maxlength="3"/>
- <textbox id="lpfax_intl" flex="1"/>
- </hbox>
- <label id="faxextlabel" control="lpfaxphoneext"/>
- <textbox id="lpfaxphoneext" size="4"/>
- </hbox>
- </groupbox>
- </row>
-
- </rows>
- </grid>
-
- <spacer height="10"/>
-
-
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="100"/>
- </columns>
- <rows>
- <row>
- <label id="lpevephone_label" />
- <groupbox>
- <caption id="groupcaptioneve"/>
- <textbox id="lpevephone" flex="1"/>
- <menulist id="lpcountryevephone" oncommand="LP.formfill_fix(document,'evephone');">
- <menupopup id="lpcountryevephonepopup">
- <menuitem id="pleaseselect8" value=""/>
- </menupopup>
- </menulist>
- <hbox>
- <hbox align="center" id="lpevephone_dom">
- <label value="(" />
- <textbox id="lpevephone_npa" size="3" maxlength="3" oninput="LP.formfill_npa_input(document,'evephone');"/>
- <label value=")" />
- <textbox id="lpevephone_nxx" size="3" maxlength="3" oninput="LP.formfill_nxx_input(document,'evephone');"/>
- <label value="-" />
- <textbox id="lpevephone_xxxx" size="4" maxlength="4" oninput="LP.formfill_xxxx_input(document,'evephone');"/>
- </hbox>
- <hbox align="center" id="lpevephone_int">
- <textbox id="lpevephone_cc" disabled="true" size="3" maxlength="3"/>
- <textbox id="lpevephone_intl" flex="1"/>
- </hbox>
- <label id="eveextlabel" control="lpevephoneext"/>
- <textbox id="lpevephoneext" size="4"/>
- </hbox>
- </groupbox>
- </row>
- <row>
- <label id="lpmobilephone_label" />
- <groupbox>
- <caption id="groupcaptionmob"/>
- <textbox id="lpmobilephone" flex="1"/>
- <menulist id="lpcountrymobphone" oncommand="LP.formfill_fix(document,'mobilephone');">
- <menupopup id="lpcountrymobphonepopup">
- <menuitem id="pleaseselect9" value=""/>
- </menupopup>
- </menulist>
- <hbox>
- <hbox align="center" id="lpmobilephone_dom">
- <label value="(" />
- <textbox id="lpmobilephone_npa" size="3" maxlength="3" oninput="LP.formfill_npa_input(document,'mobilephone');"/>
- <label value=")" />
- <textbox id="lpmobilephone_nxx" size="3" maxlength="3" oninput="LP.formfill_nxx_input(document,'mobilephone');"/>
- <label value="-" />
- <textbox id="lpmobilephone_xxxx" size="4" maxlength="4" oninput="LP.formfill_xxxx_input(document,'mobilephone');"/>
- </hbox>
- <hbox align="center" id="lpmobilephone_int">
- <textbox id="lpmobilephone_cc" disabled="true" size="3" maxlength="3"/>
- <textbox id="lpmobilephone_intl" flex="1"/>
- </hbox>
- <label id="mobextlabel" control="lpmobphoneext"/>
- <textbox id="lpmobphoneext" size="4"/>
- </hbox>
- </groupbox>
- </row>
-
- </rows>
- </grid>
- </hbox>
- </vbox>
- </tabpanel>
-
- <tabpanel>
- <hbox flex="1">
- <grid flex="1">
- <columns>
- <column/>
- <column/>
- </columns>
- <rows>
- <row>
- <label id="ccnamelabel" control="lpccname" />
- <textbox id="lpccname"/>
- </row>
- <row>
- <label id="cclabel" control="lpccnum" />
- <textbox id="lpccnum" maxlength="19"/>
- </row>
- <row>
- <label id="ccstartlabel" control="lpccstartmonth" />
- <hbox>
- <menulist sizetopopup="always" id="lpccstartmonth">
- <menupopup id="lpccstartmonthpopup">
- <menuitem label="" value=""/>
- </menupopup>
- </menulist>
- <textbox id="lpccstartyear" size="4" maxlength="4"/>
- </hbox>
- </row>
- <row>
- <label id="ccexplabel" control="lpccexpmonth" />
- <hbox>
- <menulist sizetopopup="always" id="lpccexpmonth">
- <menupopup id="lpccexpmonthpopup">
- <menuitem label="" value=""/>
- </menupopup>
- </menulist>
- <textbox id="lpccexpyear" size="4" maxlength="4"/>
- </hbox>
- </row>
- <row>
- <label id="csclabel" control="lpcccsc" />
- <hbox>
- <textbox id="lpcccsc" size="4" maxlength="4"/>
- <label id="cscnote" />
- <spacer flex="2"/>
- </hbox>
- </row>
- <row>
- <label id="issuenumlabel" control="lpccissuenum" />
- <hbox>
- <textbox id="lpccissuenum" size="3" maxlength="3"/>
- <label id="issuenumnote" />
- <spacer flex="2"/>
- </hbox>
- </row>
- </rows>
- </grid>
- </hbox>
- </tabpanel>
- <tabpanel>
- <hbox flex="1">
- <grid flex="1">
- <columns>
- <column/>
- <column/>
- </columns>
- <rows>
- <row>
- <label id="banklabel" control="lpbankname" />
- <textbox id="lpbankname"/>
- </row>
- <row>
- <label id="acctnumlabel" control="lpbankacctnum" />
- <textbox id="lpbankacctnum"/>
- <label id="acctnumnote" />
- </row>
- <row>
- <label id="routingnumlabel" control="lpbankroutingnum" />
- <textbox id="lpbankroutingnum"/>
- <label id="routingnumnote" />
- </row>
- </rows>
- </grid>
- </hbox>
- </tabpanel>
- <tabpanel>
- <vbox flex="1">
- <hbox>
- <label id="textlabel" width="200" style="font-weight: bold;" />
- <label id="valuelabel" width="200" style="font-weight: bold;" />
- <label id="alttextlabel" width="200" style="font-weight: bold;" />
- </hbox>
- <vbox flex="1" style="overflow: auto;" height="300">
- <grid>
- <columns>
- <column/>
- <column/>
- <column/>
- </columns>
- <rows id="customfieldrows" />
- </grid>
- </vbox>
- </vbox>
- </tabpanel>
- <tabpanel>
- <hbox flex="1">
- <grid flex="1">
- <columns>
- <column/>
- <column/>
- </columns>
- <rows>
- <row>
- <label id="noteslabel" control="lpnotes" />
- <textbox id="lpnotes" multiline="true" width="750" height="250" />
- </row>
- </rows>
- </grid>
- </hbox>
- </tabpanel>
- </tabpanels>
- </tabbox>
-
- <spacer height="10"/>
-
- <hbox flex="1">
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="2"/>
- </columns>
- <rows>
- <row>
- <checkbox id="lppwprotect" flex="1"/>
- </row>
- </rows>
- </grid>
- <spacer height="10"/>
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="2"/>
- </columns>
- <rows>
- </rows>
- </grid>
- </hbox>
- </dialog>
-